Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
added 2025/05/01 2:09 p.m.96 views

CVE-2022-49780

The CVE-2022-49780 entry concerns a Linux kernel vulnerability in SCSI target tcm_loop where a name leak can occur if device_register() fails in tcm_loop_setup_hba_bus(). The root cause is improper error-path handling: the memory/name allocated by dev_set_name() is not freed, and put_device() sho...

5.5CVSS6.4AI score0.0021EPSS
Save
CVE
CVE
added 2025/05/01 2:10 p.m.96 views

CVE-2022-49869

CVE-2022-49869 (bnxt_en): In the Linux kernel bnxt_hwrm_set_coal() may crash during error recovery because rtnl_lock isn’t held for the entire sequence, allowing freed datastructures. The fix uses BNXT_STATE_OPEN rather than netif_running() to ensure the device is fully operational before reconfi...

5.5CVSS6.4AI score0.00209EPSS
Save
CVE
CVE
added 2025/05/01 2:10 p.m.96 views

CVE-2022-49914

CVE-2022-49914 involves the Linux kernel btrfs backref walk leak in resolve_indirect_refs(). When an error occurs, code previously freed the parents list with ulist_free(), but attached inode lists via the aux field were not freed, causing a leak. The fix replaces ulist_free() with free_leaf_list...

5.5CVSS6.4AI score0.00197EPSS
Save
CVE
CVE
added 2025/06/18 11:00 a.m.96 views

CVE-2022-49987

CVE-2022-49987 concerns the Linux kernel md subsystem. The provided documents show the vulnerability arises from md_stop path handling where __md_stop_writes should be stopped earlier to align with normal md-raid and fix a KASAN issue. Multiple advisories (Unity Linux UTSA-2026-004867/992895 and ...

5.5CVSS6.5AI score0.0023EPSS
Save
CVE
CVE
added 2025/06/18 11:00 a.m.96 views

CVE-2022-50000

CVE-2022-50000 affects the Linux kernel netfilter flowtable cleanup. The vulnerability arises when cleaning up the flowtable: if a flow entry already has pending HW stats/add work, the sequence may skip queuing HW del work, causing a stall on teardown and a potential use-after-free during flowtab...

7.8CVSS6.5AI score0.00226EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.96 views

CVE-2022-50070

CVE-2022-50070 affects the Linux kernel and relates to the mptcp datapath: a transmit could race with mptcp_close(), causing a closed subflow (ssk) to be re-transmitted. The root cause is a subflow-state check performed before acquiring the socket lock, enabling re-transmission on an already clos...

7.8CVSS6.3AI score0.00239EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.96 views

CVE-2022-50084

CVE-2022-50084 - Kernel dm-raid KASAN warning fix Context: Linux kernel vulnerability resolved in the dm-raid area, where an AddressSanitizer slab-out-of-bounds read could occur in raid_status. The fault manifested as a read of 4 bytes from conf->max_nr_stripes when mddev->private was cast ...

7.1CVSS6.3AI score0.00184EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.96 views

CVE-2022-50152

CVE-2022-50152 is resolved in the Linux kernel via a fix for usb: ohci-nxp: refcount leak in ohci_hcd_nxp_probe. The issue arises because of_parse_phandle() returns a node pointer with an incremented refcount and lacks a corresponding of_node_put() when the node is no longer needed. The patch add...

5.5CVSS6.4AI score0.00176EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.96 views

CVE-2022-50160

CVE-2022-50160 affects the Linux kernel mtd maps code. The root cause is a refcount leak from of_find_matching_node(): the returned node pointer’s refcount isn’t decremented when no longer needed. The fixed code adds a of_node_put() to avoid the leak, and related patches are documented in kernel ...

5.5CVSS6.4AI score0.00176EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.96 views

CVE-2022-50166

CVE-2022-50166 affects the Linux kernel Bluetooth HCI subsystem. When the HCI work queue is drained, a delayed command could still be queued to the drained workqueue, triggering a timeout in hci_cmd_timeout and a kernel warning. The root cause is the draining of the command/event/data processing ...

5.5CVSS6.5AI score0.00167EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.96 views

CVE-2022-50191

CVE-2022-50191 affects the Linux kernel regulator subsystem (of:), describing a refcount leak in the handling of of_get_regulation_constraints(). The remedy is a fixed lifecycle management: call of_node_put() on the reference returned by of_get_child_by_name() which had its refcount increased. Co...

5.5CVSS6.5AI score0.0023EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.96 views

CVE-2022-50196

In the Linux kernel, the vulnerability CVE-2022-50196 affects the soc: qcom: ocmem path. It stems from a refcount leak in of_parse_phandle() where the returned node pointer’s refcount isn’t released; a missing of_node_put() caused the leak. The fix adds a proper of_node_put() on the node when it ...

5.5CVSS6.4AI score0.00223EPSS
Save
CVE
CVE
added 2023/03/01 12:00 a.m.96 views

CVE-2023-23005

The CVE-2023-23005 issue affects the Linux kernel prior to 6.2. It occurs in mm/memory-tiers.c where alloc_memory_type is misinterpreted (treating an error pointer as NULL in the error case), potentially enabling an availability impact. The root cause is the incorrect handling of the alloc_memory...

5.5CVSS5.1AI score0.00268EPSS
Save
CVE
CVE
added 2024/05/21 3:23 p.m.96 views

CVE-2023-52744

CVE-2023-52744 concerns the Linux kernel RDMA/irdma path. The in_dev_get() function can return NULL, and the code may dereference idev in in_dev_for_each_ifa_rtnl(), causing a crash. A patch was added to check for NULL before dereferencing idev, mitigating the NULL pointer dereference. The issue ...

5.5CVSS6.7AI score0.00235EPSS
Save
CVE
CVE
added 2024/05/21 3:31 p.m.96 views

CVE-2023-52848

Summary (CVE-2023-52848) : The issue, reported for the Linux kernel’s f2fs file system, centers on a bug during f2fs_put_super() where the meta_inode page cache is not dropped after an IO error in f2fs_wait_on_all_pages. This can lead to a reference-count leak and a kernel panic during unmount. T...

5.5CVSS6.5AI score0.00236EPSS
Save
CVE
CVE
added 2024/08/21 6:10 a.m.96 views

CVE-2023-52906

CVE-2023-52906 affects the Linux kernel’s net/sched code (act_mpls). The TCA_MPLS_LABEL attribute is NLA_U32 but uses NLA_POLICY_VALIDATE_FN, causing nla_get_range_unsigned() warnings due to negative min/max values. The fix changes the attribute type to NLA_BINARY and relocates length validation ...

7.8CVSS6.3AI score0.00248EPSS
Save
CVE
CVE
added 2025/03/27 4:43 p.m.96 views

CVE-2023-53022

CVE-2023-53022 concerns a deadlock in the Linux kernel’s enetc driver. The vulnerability stems from a locking sequence in enetc_tx_onestep_tstamp() where a work item runs in process context with softirqs enabled and holds netif_tx_lock. If a transmission interrupt occurs, the NET_TX softirq can r...

5.5CVSS6.6AI score0.00145EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.96 views

CVE-2023-53082

CVE-2023-53082 affects the Linux kernel’s VP_VDPA/VDPA path. The root cause is a use-after-free when unplugging a vp_vdpa device, caused by vdpa_mgmtdev_unregister() accessing modern devices during removal, leading to a crash observed as a kernel panic. The patches fix the crash by changing the s...

7.8CVSS6.2AI score0.00196EPSS
Save
CVE
CVE
added 2024/04/04 8:20 a.m.96 views

CVE-2024-26781

CVE-2024-26781: In the Linux kernel, a deadlock could occur in Multipath TCP (mptcp) subflow diagnostic code due to a circular locking dependency reported by Syzbot/Eric. The issue involves tcp_diag and related subflow diagnostic paths (tcp_diag_put_ulp, tcp_diag_get_aux, inet_diag_dump_icsk) and...

5.5CVSS6.3AI score0.00173EPSS
Save
CVE
CVE
added 2024/06/24 1:56 p.m.96 views

CVE-2024-32936

CVE-2024-32936 affects the Linux kernel TI j721e-csi2rx driver. The issue arises from synchronization/race conditions in DMA handling: after submitting a frame to DMA, the submitted-list update may lag and trigger the DMA callback prematurely, potentially causing kernel crashes. The published fix...

7.8CVSS6.4AI score0.00146EPSS
Save
CVE
CVE
added 2024/05/17 12:24 p.m.96 views

CVE-2024-35793

The CVE-2024-35793 issue affects the Linux kernel’s debugfs code (fs/debugfs) where remove cancellation/wait logic could deadlock during concurrent debugfs removal while files are being accessed. The root cause was that the loop triggering cancellations could never be entered due to incorrect ref...

7.8CVSS7AI score0.00179EPSS
Save
CVE
CVE
added 2024/06/25 2:25 p.m.96 views

CVE-2024-39461

In Linux kernel CVE-2024-39461, the Raspberry Pi clock code (clk/bcm/clk-raspberrypi.c) accessed the hws array before initializing hws->num, triggering UBSAN array-index-out-of-bounds warnings. The fix moves the initialization of ->num ahead of the first access to ->hws, removing the out...

5.5CVSS7AI score0.00211EPSS
Save
CVE
CVE
added 2024/07/29 2:32 p.m.96 views

CVE-2024-41054

CVE-2024-41054 is a Linux kernel vulnerability in the SCSI/UFS subsystem (ufshcd_clear_cmd racing with the completion ISR). The race can lead to a NULL pointer dereference when the ISR completes a request, with a backtrace showing blk_mq_unique_tag and ufshcd_clear_cmd paths in the ufshc_mediatek...

5.5CVSS6.5AI score0.00288EPSS
Save
CVE
CVE
added 2024/07/29 3:52 p.m.96 views

CVE-2024-42071

CVE-2024-42071 concerns the Linux kernel’s networking path in the ionic driver. The provided documents describe a fix for using dev_consume_skb_any outside of NAPI contexts, where napi_consume_skb() must be called with budget==0 to signal a non-NAPI context. The issue was observed when ionic_tx_c...

7.8CVSS6.5AI score0.00219EPSS
Save
CVE
CVE
added 2024/07/30 7:45 a.m.96 views

CVE-2024-42099

The CVE-2024-42099 issue affects the Linux kernel on s390/dasd, where an invalid dereferencing of the indirect CCW data pointer (IDAW) could trigger a kernel panic in error paths. The root cause is that the CCW CDA pointer points to the IDAL, not directly to the data address, requiring translatio...

7.8CVSS6.4AI score0.00216EPSS
Save
CVE
CVE
added 2024/09/11 3:13 p.m.96 views

CVE-2024-45014

In CVE-2024-45014, Linux kernel s390/boot exposes a memory-muncertainty issue: when the kernel image is allocated, extra memory for offsetting the image start to align with the lower 20 bits of the KASLR base address was not accounted for, potentially allowing the kernel to access memory beyond i...

5.5CVSS5.1AI score0.00177EPSS
Save
CVE
CVE
added 2024/12/27 1:49 p.m.96 views

CVE-2024-53205

CVE-2024-53205 – Linux kernel realtek USB PHY (rtk_usb2phy_probe) NULL dereference. In rtk_usb2phy_probe(), devm_kzalloc() may return NULL and the code does not check this, allowing a possible NULL pointer dereference. The vulnerability is described as local, with a LOW/medium access/availability...

5.5CVSS7AI score0.00269EPSS
Save
CVE
CVE
added 2024/12/27 2:22 p.m.96 views

CVE-2024-56554

CVE-2024-56554: Linux kernel binder use-after-free due to freeze work left queued when cleaning up a binder reference. The issue occurs when a reference is freed while ref->freeze.work remains queued in the process workqueue, triggering KASAN slab-use-after-free in binder_release_work. A patch...

7.8CVSS6.6AI score0.00213EPSS
Save
CVE
CVE
added 2024/12/27 2:23 p.m.96 views

CVE-2024-56560

CVE-2024-56560: In the Linux kernel slab allocator, a too-strict alignment check in kmem_cache_create_args caused a kernel panic on m68k due to io_kiocb slab creation. The issue occurs because the minimum alignment of unsigned long can be 2 bytes on m68k, so assuming a fixed 4/8-byte alignment is...

5.5CVSS6.6AI score0.00186EPSS
Save
CVE
CVE
added 2024/12/28 9:46 a.m.96 views

CVE-2024-56676

CVE-2024-56676 affects the Linux kernel, specifically in the thermal testing code. The issue arises when variables annotated with __free() are not initialized if the function can return before they are updated for the first time; upon function return, freeing these uninitialized pointers may cras...

5.5CVSS6.5AI score0.00223EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.96 views

CVE-2024-58015

CVE-2024-58015 affects the Linux kernel wifi driver ath12k. The root cause is an out-of-bounds memory access in self-generated stats where an overly large length is passed to print_array_to_buf_index(). The fix reduces the buffer size by one to correct the upper bound. Impact is described as an o...

7.1CVSS6.8AI score0.00177EPSS
Save
CVE
CVE
added 2025/02/27 8:00 p.m.96 views

CVE-2025-21800

CVE-2025-21800 : Linux kernel fix for net/mlx5: HWS, where definer’s HWS_SET32 macro used a negative bit offset, triggering UBSAN shift-out-of-bounds in drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c (offset -8). This is a local issue with high impact to confidentiality/integrity/...

7.8CVSS6.6AI score0.0021EPSS
Save
CVE
CVE
added 2025/05/09 6:43 a.m.96 views

CVE-2025-37868

Technical details beyond the initial Linux kernel description are not provided in the connected documents. Monitor for updates; this entry notes a fix for notifier vs folio deadlock in drm/xe/userptr in the Linux kernel, cherry-picked from a commit.

5.5CVSS6.3AI score0.00196EPSS
Save
CVE
CVE
added 2025/05/20 4:01 p.m.96 views

CVE-2025-37962

CVE-2025-37962 affects the Linux kernel’s ksmbd code path, specifically a memory leak in parse_lease_state. The root cause: when the created lease context bounds check fails, the function returns NULL without freeing the previously allocated lease_ctx_info, causing a memory leak. The patch fixes ...

5.5CVSS6.5AI score0.00176EPSS
Save
CVE
CVE
added 2025/05/20 4:47 p.m.96 views

CVE-2025-37971

CVE-2025-37971 in the Linux kernel, under the staging/bcm2835-camera path, is caused by failing to initialise dev->v4l2_dev.dev, which leads to a NULL pointer dereference in mmal_init. The fix updates bcm2835_mmal_probe to initialise dev->v4l2_dev.dev (instead of relying on v4l2_device_regi...

5.5CVSS6.4AI score0.00174EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.96 views

CVE-2025-38039

CVE-2025-38039 affects the Linux kernel's net/mlx5e driver in scenarios where MQPRIO is enabled while HTB offload is already configured. The vulnerability arises when the driver previously returned -EINVAL and triggered a WARN_ON, potentially generating a call trace. A patch was applied to handle...

5.5CVSS6.7AI score0.00176EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.96 views

CVE-2025-38045

CVE-2025-38045 is a Linux kernel vulnerability affecting the wifi driver (iwlwifi). The issue arises from an incorrect order of debug actions; the fix adds a dump split and executes the FW reset in the middle of the dump rather than causing the FW to kill itself on error. This change means that s...

5.5CVSS6.5AI score0.00176EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.96 views

CVE-2025-38048

CVE-2025-38048 is a Linux kernel data-race in virtio_ring related to event_triggered. The issue, observed as a KCSAN data race between virtqueue_enable_cb_delayed() and virtqueue_disable_cb_split/packed() when the event_triggered flag is read/written, could cause an unreliable hint about interrup...

4.7CVSS6.4AI score0.00126EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.96 views

CVE-2025-38053

Summary: A Linux kernel vulnerability (CVE-2025-38053) affects the idpf_features_check path used to validate TX skb features. The root cause is a NULL vport pointer in the netdev private structure after reset, which can lead to a kernel NULL pointer dereference when comparing skb header length wi...

5.5CVSS6.1AI score0.00175EPSS
Save
CVE
CVE
added 2025/07/03 8:36 a.m.96 views

CVE-2025-38170

CVE-2025-38170 concerns the Linux kernel (arm64) FPSIMD/SVE/SME state handling. A race during SME trap handling can cause a preemption race where a task ends up with TIF_SME set and TIF_FOREIGN_FPSTATE cleared while the live hardware state is stale. The provided code path shows a trap handler and...

5.5CVSS7AI score0.00147EPSS
Save
CVE
CVE
added 2025/07/10 7:41 a.m.96 views

CVE-2025-38277

CVE-2025-38277 affects the Linux kernel mtd: nand: ecc-mxic code. The bug occurs when ctx->steps is zero: the loop over ECC steps is skipped and ret is left uninitialized, later checked/returned, causing undefined behavior and potential user-space disruption or kernel crashes. The fix initiali...

5.5CVSS6.5AI score0.00166EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.96 views

CVE-2025-38282

CVE-2025-38282 affects the Linux kernel kernfs draining guard. The issue stems from a too-sensitive WARN in kernfs_should_drain_open_files() due to the active reference break/unbreak lifecycle, which can transiently misclassify legitimate callers as a condition requiring drain. Upstream fixes ind...

5.5CVSS6.5AI score0.00166EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.96 views

CVE-2025-38299

CVE-2025-38299 affects the Linux kernel ASoC Mediatek mt8195 driver. Root cause: ETDM1/2 IN/OUT were set to COMP_DUMMY/COMP_EMPTY when codec dai_name is null, leading to a NULL pointer dereference and kernel crash during probe. The fix initializes or guards these links to safe dummy/empty compone...

5.5CVSS6.4AI score0.00154EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.96 views

CVE-2025-38313

CVE-2025-38313 affects the Linux kernel in the bus: fsl-mc path. The issue is a double-free of mc_dev on error paths when the MC device is a DPRC, where mc_bus is allocated and mc_dev points to one field; only the mc_bus should be freed in that path. The description notes a fix/workaround impleme...

7.8CVSS6.5AI score0.00167EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.96 views

CVE-2025-38319

CVE-2025-38319 affects the Linux kernel’s DRM/AMD/PP path. The vulnerability arises because atomctrl_initialize_mc_reg_table() and atomctrl_initialize_mc_reg_table_v2_2() do not validate the return value of smu_atom_get_data_table(); if that call fails to obtain vram_info and returns NULL, a NULL...

5.5CVSS6.5AI score0.00155EPSS
Save
CVE
CVE
added 2025/07/25 12:47 p.m.96 views

CVE-2025-38355

CVE-2025-38355 involves the Linux kernel DRM/xe path where deferred GGTT node removals could be drained later than device unwinding, potentially unmapping MMIO/GSM mappings during unwinding and causing a page fault. The fixes add a managed-device action to explicitly drain the ggtt node removals ...

5.5CVSS6.2AI score0.00157EPSS
Save
CVE
CVE
added 2025/07/25 12:53 p.m.96 views

CVE-2025-38389

CVE-2025-38389 affects the Linux kernel i915 DRM stack (drm/i915/gt). The vulnerability arises when ring submission allocation fails during VMA allocation, leaving the engine’s legacy timeline referenced and not released on driver unbind, potentially causing a left-held timeline and related insta...

7.8CVSS6.3AI score0.00184EPSS
Save
CVE
CVE
added 2025/07/28 11:21 a.m.96 views

CVE-2025-38490

CVE-2025-38490 – Linux kernel : The vulnerability concerns the page_pool_put_full_page() call in net: libwx, where pages could be double-freed, potentially causing a kernel panic. The fix removes the duplicate page_put path so pages are reused unless freeing Rx buffers or building a skb when the ...

9.8CVSS6.3AI score0.00302EPSS
Save
CVE
CVE
added 2026/05/28 9:35 a.m.96 views

CVE-2026-46117

CVE-2026-46117 affects the Linux kernel RDMA/mana component. The issue arises when a user can configure Work Queues to share the same Completion Queue via the uAPI, which triggers a user-writable WARN_ON() and can lead to kernel corruption. The vulnerability has been resolved by removing the trig...

7.8CVSS5.8AI score0.00132EPSS
Save
CVE
CVE
added 2026/06/24 7:14 a.m.96 views

CVE-2026-52933

CVE-2026-52933 affects the Linux kernel’s io_uring/poll component. The root cause is a signed comparison in io_poll_get_ownership() where atomic_read(&req->poll_refs) is compared to IO_POLL_REF_BIAS; when IO_POLL_CANCEL_FLAG (BIT(31)) is set, the value becomes negative, causing the slowpath to...

7.8CVSS5.7AI score0.0012EPSS
Save
Total number of security vulnerabilities14999